DialogView::RemoveItemWithKbdFocus

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:08:52 1991
Index Return to Main Contents
 

NAME

DialogView::RemoveItemWithKbdFocus - instance method  

TEMPLATE

removedItem = VObject * RemoveItemWithKbdFocus(VObject * dialogItem)  

SPECIFIERS

public  

DESCRIPTION

RemoveItemWithKbdFocus removes the dialogItem from the instvar kbdFocusItems. It also clears the instvar kbdFocus if it is identical with the dialogItem. The removedItem is the result of kbdFocusItems->Remove(dialogItem) which means that the equality test of the collection is used (method IsEqual).
RemoveItemWithKbdFocus should be called when a dialog item is removed from the dialog layout or when it does no longer request the keyboard focus. See also method AddItemWithKbdFocus.  

ARGUMENTS

VObject * dialogItem

a dialog item contained in the
instvar dialogRoot which will be removed from the instvar kbdFocusItems
 

RETURN ARGUMENT

VObject * removedItem

the actual removed item
 

CATEGORIES

client interface

 

FILES

implementation:
Dialog.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:28 GMT, March 30, 2022